ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.TransposedGrid Assembly / C1.Web.Mvc.TransposedGrid.TagHelpers Namespace / TransposedGridRowBaseTagHelper<TControl> Class / AllowMerging Property

In This Topic
    AllowMerging Property (TransposedGridRowBaseTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.ColumnBase.AllowMerging. Sets whether cells in this row or column can be merged.
    Syntax
    'Declaration
     
    Public Overridable Property AllowMerging As Boolean
    public virtual bool AllowMerging {get; set;}
    See Also